home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / ABERT.DXR / 00010.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  684 b   |  26 lines

  1. on mouseUp
  2.   pause()
  3.   set the castNum of sprite 9 to cast "A-Z-1"
  4.   updateStage()
  5.   set the castNum of sprite 9 to cast "A-Z-2"
  6.   updateStage()
  7.   set the castNum of sprite 9 to cast "A-Z-3"
  8.   updateStage()
  9.   set the castNum of sprite 9 to cast "A-Z-4"
  10.   updateStage()
  11.   set the castNum of sprite 9 to cast "A-Z-5"
  12.   updateStage()
  13.   set the castNum of sprite 9 to cast "A-Z-6"
  14.   updateStage()
  15.   set the castNum of sprite 9 to cast "A-Z-7"
  16.   updateStage()
  17.   set the castNum of sprite 9 to cast "A-Z-8"
  18.   updateStage()
  19.   set the castNum of sprite 9 to cast "A-Z-9"
  20.   updateStage()
  21.   set the castNum of sprite 9 to cast "A-Z-10"
  22.   updateStage()
  23.   mci("close loc")
  24.   play frame "A-Z"
  25. end
  26.